Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C# Book
1) 01 Language Basics
2) 02 Essential Types
3) 03 Collections
4) 04 LINQ
5) 05 LINQ XML
6) 06 XML
7) 07 Stream
8) 08 Net
9) 09 Reflection
10) 10 Thread
11) 11 Regular Expression Basics
02 Essential Types
1) 0228 Compares to another Char
2) 0229 UTF-16 Character
3) 0230 Char Structure
4) 0230 String type
5) 0231 Create string from characters
6) 0232 Empty string vs null string
7) 0233 Access the character in a string
8) 0234 string search contains, start with, end with
9) 0235 Substring index
10) 0236 Index of any characters
11) 0237 Get the substring
12) 0238 Insert in the middle
13) 0239 Remove from a string
14) 0240 Padding string
15) 0241 Trim a string
16) 0242 Replacing substring
17) 0243 Change string case
18) 0244 Split string
19) 0245 Join string
20) 0246 Concatenate strings
21) 0247 String format
22) 0248 String comparison for equality
23) 0249 Determine the order
24) 0250 StringBuilder class
25) 0251 Append a line to StringBuilder
26) 0252 Formatted string
27) 0253 StringBuilder Indexer
28) 0254 Clear a StringBuilder
29) 0255 Reverse a string
30) 0256 Encoding
31) 0257 Get all supported encodings
32) 0258 Encoding and text file
33) 0259 byte array and string
34) 0260 TimeSpan type
35) 0261 TimeSpan operators
36) 0262 DateTime and DateTimeOffset
37) 0263 Properties of DateTime and DateTimeOffset
38) 0264 Get data and time properties from DateTimeOffset
39) 0265 TimeSpan Adding
40) 0266 The Add method adds a TimeSpan to a DateTimeOffset
41) 0267 TimeSpan Subtracting
42) 0268 Subtract a TimeSpan from a DateTimeOffset
43) 0269 Subtract one DateTimeDateTimeOffset from another gives you a TimeSpan
44) 0270 DateTime ToString format
45) 0271 Calling ToString on a DateTimeOffset also shows the offset
46) 0272 ShortLong Date String
47) 0273 ShortLong Time String
48) 0274 DateTime Comparison
49) 0275 DateTime Kind
50) 0276 Dates and Times Parsing
51) 0277 Current TimeZone
52) 0278 Daylight saving
53) 0279 Daylight saving time and TimeZoneInfo
54) 0280 GetAdjustmentRules returns a declarative summary of all daylight saving rules
55) 0281 UTC offset with TimeZone
56) 0282 Local time
57) 0283 Time zone ID
58) 0284 All Time zones
59) 0285 ToString and Parse
60) 0286 Invariant culture and Parse
61) 0287 Summary of numeric conversions
62) 0288 Custom format and a format provider
63) 0289 DateTime format and invariant culture
64) 0290 Composite formatting
65) 0291 NumberStyles and DateTimeStyles
66) 0292 Numeric Format Strings G or g
67) 0293 Numeric Format StringsF
68) 0294 Numeric Format StringsN
69) 0295 Numeric Format Strings D
70) 0296 Numeric Format Strings E or e
71) 0297 Numeric Format StringsC
72) 0298 Numeric Format StringsP
73) 0299 Numeric Format Strings X or x
74) 0300 Numeric Format StringsR
75) 0301 Custom numeric format strings # (digit)
76) 0302 Custom numeric format strings0
77) 0303 Custom numeric format strings,(Group separator)
78) 0304 Custom numeric format strings,(Multiplier)
79) 0305 Custom numeric format strings %(Percent)
80) 0306 Custom numeric format strings E or e
81) 0307 Custom numeric format strings (quote)
82) 0308 Custom numeric format strings literal string quote
83) 0309 Custom numeric format strings;(Section)
84) 0310 Custom numeric format strings literal string
85) 0311 Culture-sensitive datetime format strings
86) 0312 Culture-insensitive datetime format strings
87) 0313 Parse a string to DateTime
88) 0314 Enum Format Strings
89) 0315 NumberFormatInfo
90) 0316 NumberFormatInfo and Culture
91) 0317 Using NumberStyles
92) 0318 Convert class
93) 0319 Parsing numbers in base 2, 8, and 16
94) 0320 Dynamic conversions
95) 0321 Base64 Encode Binary Data
96) 0322 BitConverter
97) 0323 Basic Value Types to Byte Arrays
98) 0324 BigInteger
99) 0325 BigInteger casting
100) 0326 BigInteger calculation
101) 0327 Complex
102) 0328 Complex number operators
103) 0329 Random
104) 0330 High-security random
105) 0331 Integral to enum conversions
106) 0332 String conversions
107) 0333 Enumerating Enum Values
108) 0334 Tuples
109) 0335 Comparing Tuples with Equals method
110) 0336 The Guid Struct
111) 0337 Change Console window properties
112) 0338 Console input and output redirect
113) 0339 Dynamic Objects